home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000314_news@columbia.edu _Wed Jul 21 10:55:21 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA09614
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Jul 1999 10:55:20 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA20470
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 21 Jul 1999 10:36:29 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: "Alvis D. Harding Jr." <adh@george.ach.uams.edu>
  10. Subject: Need help sending file via modem using kermit
  11. Date: Wed, 21 Jul 1999 09:27:17 -0500
  12. Organization: Arkansas Children's Hospital/University of Arkansas for Medical Sciences
  13. Message-ID: <3795D8C5.9E1A6373@george.ach.uams.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. I'm trying to send a file via modem using C-Kermit 7.0 Beta.08 under
  17. SunOS 4.1.4 using the Zmodem protocol.  So far I've been able to figure
  18. out the following steps that I think I need to make to send the file.
  19.  
  20. set modem type usrobotics
  21. set line /dev/ttyC53
  22. set speed 115200
  23. dial 123-4567
  24.  
  25. Now what do I need to do to send a file from the kermit side to the
  26. remote system that's connected (in this case a Hyperterminal session
  27. which doesn't even require a login!)?  I think I need to do a 'ctrl-\'
  28. and then a 'send /protocol:zmodem file.zip' but this starts the zmodem
  29. transfer to the telnet session I'm logging into from, not to the remote
  30. system on the other end of the modem.  I know I'm missing something
  31. really simple!  I'm trying to automate the transfer of several files...
  32. I should be able to automate all this using a fairly simple wermit
  33. script, right?
  34.  
  35. BTW, I'm going to invest in a book but I need this answer quicker than I
  36. can get a book in.  Thanks for any help!
  37.  
  38. Alvis
  39.  
  40.  
  41.